projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d40c7f
)
(disabled-command-function): "?\ " -> "?\s".
author
Juanma Barranquero
<lekktu@gmail.com>
Mon, 27 Nov 2006 14:03:41 +0000
(14:03 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Mon, 27 Nov 2006 14:03:41 +0000
(14:03 +0000)
lisp/novice.el
patch
|
blob
|
history
diff --git
a/lisp/novice.el
b/lisp/novice.el
index 7fff480e2c2f1197168d4dda33f899e285a6d681..ca826ca8d085a46ad7852f5c457080ffa477c966 100644
(file)
--- a/
lisp/novice.el
+++ b/
lisp/novice.el
@@
-95,7
+95,7
@@
SPC to try the command just this once, but leave it disabled.
(while (progn (setq char (read-event))
(or (not (numberp char))
(not (memq (downcase char)
- '(?! ?y ?n ?\
?\C-g)))))
+ '(?! ?y ?n ?\
s
?\C-g)))))
(ding)
(message "Please type y, n, ! or SPC (the space bar): "))))
(setq char (downcase char))